@charset "utf-8";
/*loading*/
.loading-mask{
	position:fixed;
	z-index:99996;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:30px auto auto 47px;
	background:#FFF;
	opacity:.55;
	display:none;
}
.loading-mask span{
	width:60px;
	height:60px;
	position:absolute;
	top:49%;
	left:49%;
	margin-top:-30px;
	margin-left:-30px;
}

/*Location浣嶇疆妗嗘灦*/
.Location{
	float:left;
	width:100%;
	margin:3px 3px 0 0;
}
.breadcrumb {
  width:auto;
  padding: 8px 15px;
  margin: 0 0 10px 0;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

/*鏍囬*/
h5.title{
	height:25px;
	line-height:25px;
	text-indent:25px;
	font-size: 14px;
	border-bottom:1px solid #298cce;
	background:#3790CE;
	/* background:url(../images/h5_title_bg.jpg) no-repeat #efefef; */
}
h5.title2{
	color: #db0000;
	background:#fbe41a;
}
h5.title span{display:block;font-size:14px; font-weight:bold;width:250px;float:left;}
h5.title a.more{
	display:block;
	float:right;
	width:35px;
	height:23px;
	margin-right:5px;
	background:url(../images/more.png) 0 7px no-repeat;
	*background: none;
	*margin-top:7px;
    *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='corp',src='../images/more.png');
}


.main_left h4 {
	border-left: 3px solid #ddd;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 10px 0 5px;
	font-size: 17.5px;
	font-weight: bold;
	border-bottom:1px solid #00abdf;
}
.main_left ol {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.main_left ol li {
	display: list-item;
	text-align: -webkit-match-parent;
	line-height: 25px;
	text-indent:25px;
	font-size: 13.5px;
}

/*鏍囬*/
h3.category-title{
	height:32px;
	line-height:32px;
	text-indent:25px;
	font-size:14px;
	border-bottom:1px solid #00abdf;
	background:#f5f5f5;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
h3.category-title span{display:block;font-size:14px;font-weight:bold;width:250px;float:left;}

/*鍒楄〃*/
.list{
	margin:0;
	padding:0;
}
.list .list-item{
	width:98%;
	margin-left:1%;
	height:28px;
	font-size:13px;
	line-height:28px;
	border-bottom:1px dashed #d9d9d9;
	text-indent:15px;
	white-space:nowrap;
	zoom: 1;
	background:url(../images/item-icon.jpg) 5px 10px no-repeat;
}
.list .list-item.bgc {
	background-color:#eef1f8;
}
.list .list-item:hover{
	background-color:#FF9;
}
.list .list-item a{
	display:block;
	float:left;
	text-decoration:none;
	
}
.list .list-item a:hover,.list .list-item a:active {text-decoration:underline;color:#BD0A01;border:none;}

.list li.list-item span.time{
	float:right;
	right:10px;
	margin-right:10px;
}

/*鍥剧墖鍒楄〃*/
.imglist{
	margin:0 0 10px 10px;
	padding:0;
}
.imglist .list-item{
	float:left;
	width:182px;
	height:120px;
	border: 1px solid #298cce;
	background: #eef1f8;
	
	margin:10px 10px 0px 0px;
	z-index:1;
	position:relative;
}
.imglist .list-item:hover{
	border-color:#FC0;
}
.imglist li.list-item img{
	height:120px;
	display:block;
	position:relative;
	z-index:10;
}
/* 璁剧疆鐒︾偣鍥炬爣棰樹綅缃�佹牱寮忕瓑銆傛爣棰樹綅缃�佹牱寮忓畬鍏ㄥ彲浠ヨ嚜瀹氫箟鍝� */    	
.imglist li.list-item span.title{
	width:182px;
	height:25px;
	display:block;
	line-height:22px;
	text-align:center;
	overflow:hidden;
	margin-top:-25px;
	z-index:999;
	opacity:0.8;
	background:#00abdf;
	position:absolute;
}



/*椤垫暟瀵艰埅妗嗘灦*/
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul li {
  display: inline;
}
.pagination ul li a,
.pagination ul li span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul li a:hover,
.pagination ul .active a,
.pagination ul .active span {
  background-color: #f5f5f5;
  text-decoration: none;
}
.pagination ul .active a,
.pagination ul .active span {
  color: #999999;
  cursor: default;
  text-decoration: none;
}
.pagination ul .disabled span,
.pagination ul .disabled a,
.pagination ul .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
.pagination ul li.first-child a,
.pagination ul li.first-child span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul li:last-child a,
.pagination ul li:last-child span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination .controls a {
	border: 0;
	border-image: initial;
}
.pagination li input{
	width:25px;
	margin:0;
	height: 20px;
	padding:2px;
	font-size: 14px;
	line-height: 20px;
	border:1px solid #dddddd !important;
}

/*鍙嬫儏閾炬帴*/
.link{
	margin:10px 0 0 0;
	padding:0;
}
.link li{
	width:112px;
	height:25px;
	float:left;
	line-height:25px;
	text-indent:15px;
	font-size: 14px;
	white-space:nowrap;
	zoom: 1;
	margin:0 5px 5px 5px;
}
.link li a{
	display:block;
	float:left;
	text-decoration:none;
}
.link li a:hover,.link li a:active {text-decoration:underline;color: #BD0A01;border:none;}

.friend li a{
	width:112px;
	height:25px;
	text-indent:0px;
	text-align:center;
	text-decoration:none;
	background:#FC9; 
	 border-radius:15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.friend li a:hover,.link li a:active {text-decoration:none;color: #BD0A01;border:none;}


/*Tab*/
.tab{
	background-color: #00abdf;
	background-image: -webkit-gradient(linear, right top, left bottom, from(#00bef8), to(#0083aa));
	background-image: -webkit-linear-gradient(right, #00bef8, #0083aa);
	background-image: -moz-linear-gradient(right, #00bef8, #0083aa);
	background-image: -ms-linear-gradient(right, #00bef8, #0083aa);
	background-image: -o-linear-gradient(right, #00bef8, #0083aa);
	background-image: linear-gradient(to right, #00bef8, #0083aa);
	border-top:1px solid #00abdf;
	border-left:1px solid #00abdf;
}
.tab li{
	float:left;
}
.tab li a{
	width:80px;
	font-size:14px;
	text-align:center;
	line-height:25px;
	font-weight:bold;
	display:inline-block;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-decoration:none;
}
.tab li a:hover,.menu li a:active {color:#fe7700;}
.tab li #current{background:#FFF;font-weight:bold;z-index:20}
.tab li .more{
	display:block;
	float:right;
	width:35px;
	height:23px;
	margin-right:5px;
	background:url(../images/more.png) 0 7px no-repeat;
	*background: none;
	*margin-top:7px;
    *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='corp',src='../images/more.png');
}
.num {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 10px 0 0;
	line-height: 16px;
	color: #fff;
	font-family: Tahoma;
	text-align: center;
	background-position: 0 0;
}
.c-btn {
	display: inline-block;
	padding: 0 14px;
	margin: 0;
	height: 24px;
	line-height: 25px;
	font-size: 13px;
	filter: chroma(color=#000000);
	border: 1px solid #d8d8d8;
	cursor: pointer;
	font-family: inherit;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #f9f9f9;
	overflow: hidden;
	outline: none;
}
.c-btn,.c-btn:visited {
	color: #333 !important;
}
.c-btn-primary, .c-btn-primary:visited {
	color: #fff !important;
}

.btn{padding:3px 18px;*padding:1px 0 0;font-size:16px;}

/*鑷姩杈撳叆--涓嬫媺*/
.ac_results {
	width:218px;
	background:#fff;
	border:1px solid #7f9db9;
	position:absolute;
	z-index:990;
	display:none;
}
.ac_results ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.ac_results li a {
	white-space:nowrap;
	text-decoration:none;
	display:block;
	color:#05a;
	padding:1px 3px;
}
.ac_results li {
	border:1px solid #fff;
	height:25px;
	line-height:25px;
}
.ac_over, .ac_results li a:hover {
	background:#c8e3fc;
}
.ac_results li a span {
	float:right;
}
.ac_result_tip {
	border-bottom:1px dashed #666;
	padding:3px;
}


/*涓嬫媺鑿滃崟*/
.dropdown-menu {
  position: absolute;
/*   top: 100%;
  left: 0; */
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  *height: 1px;
  /* fix for IE6 min-width */
  *width: auto !important;
  *width: 160px;
  height:300px;
  font-size:16px;
  line-height:30px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  overflow-y:auto;
  overflow-x: hidden;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu::-webkit-scrollbar {
	 width:15px;
}
.dropdown-menu li a {
  *zoom: 1;
  clear: both;
  display: block;
  color: #333333;
  padding: 3px 20px;
  font-weight: normal;
  white-space: nowrap;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}


/*鎸夐挳*/
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  _padding-top: 3px;
  _padding-bottom: 3px;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn.btn-hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active,
.btn.active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled],
.btn-disabled {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: .2;
	filter: alpha(opacity=20);
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-top:5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
  *display: inline;
  *zoom: 1;
}
.alert .close {
  position: relative;
  top: -8px;
  right: -33px;
}

.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40);
}


.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block p,
.alert-block ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}



